ComponentOne ASP.NET MVC Controls
ShowMeanLine Method

C1.Web.Mvc.Fluent Namespace > BoxWhiskerBuilder<T> Class : ShowMeanLine Method
The value.
Configurates C1.Web.Mvc.BoxWhisker<T>.ShowMeanLine. Sets a value that determines whether to show the mean line for the Box and Whisker chart.
Syntax
'Declaration
 
Public Function ShowMeanLine( _
   ByVal value As Boolean _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> ShowMeanLine( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BoxWhiskerBuilder<T> Class
BoxWhiskerBuilder<T> Members